home *** CD-ROM | disk | FTP | other *** search
/ Apple Reference & Presen… 1994 February Supplement / ARPL-Feb-94-Supplement-PowerPC.iso / 3rd Party PowerPC Demo Apps / Diehl Graphsoft MiniCad-G / German MiniCad Demo (Click Me!) / German MiniCad Demo (Click Me!).rsrc / STR#_7023.txt < prev    next >
Encoding:
Text File  |  1994-01-18  |  1018 b   |  41 lines

  1. NextLayer(LayerHandle : HANDLE) : HANDLE;
  2.  
  3. Returns the handle of the next layer in the list
  4.  
  5. PrevLayer(LayerHandle : HANDLE) : HANDLE;
  6.  
  7. Returns the handle of the previous layer in the list
  8.  
  9. NextObj(ObjectHandle : HANDLE) : HANDLE;
  10.  
  11. Returns the handle of the next object in the list
  12.  
  13. PrevObj(ObjectHandle : HANDLE) : HANDLE;
  14.  
  15. Returns the handle of the previous object in the list
  16.  
  17. NextSObj(ObjectHandle : HANDLE) : HANDLE;
  18.  
  19. Returns the handle of the next selected object in the list
  20.  
  21. PrevSObj(ObjectHandle : HANDLE) : HANDLE;
  22.  
  23. Returns the handle of the previous selected object in the list
  24.  
  25. NextDObj(ObjectHandle : HANDLE) : HANDLE;
  26.  
  27. Returns the handle of the next deselected object in the list
  28.  
  29. PrevDObj(ObjectHandle : HANDLE) : HANDLE;
  30.  
  31. Returns the handle of the previous deselected object in the list
  32.  
  33. NextSymDef(ObjectHandle : HANDLE) : HANDLE;
  34.  
  35. Returns the next symbol definition from the symbol library
  36.  
  37. PrevSymDef(ObjectHandle : HANDLE) : HANDLE;
  38.  
  39. Returns the previous symbol definition from the symbol library
  40.  
  41.